ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / DataTree.List<T> Class / Groups Property

In This Topic
    Groups Property (DataTree.List<T>)
    In This Topic
    List data region groups.
    Syntax
    'Declaration
     
    Public ReadOnly Property Groups As IReadOnlyList(Of DataTree.Scope(Of T))
    public IReadOnlyList<DataTree.Scope<T>> Groups {get;}
    See Also